一、使用yum 安装MongoDB 1、配置yum源 在/etc/yum.repos.d/目录中增加 10gen.repo 文件 vi /etc/yum.repos.d/10gen.repo [10gen] name=10genRepository baseurl=htt...
分类:
数据库 时间:
2015-02-25 18:33:15
阅读次数:
203
注释掉主配置文件/etc/httpd/httpd.conf的中心主机行#DocumentRoot"/usr/local/httpd/htdocs"同时把找到#Virtualhosts行,把下面行的注释去掉,载入虚拟主机配置文件。Include/etc/httpd/extra/httpd-vhosts.conf另外创建2个目录。mkdir/www/{a.com,b.com}-pvmkdir/var/log/htt..
分类:
Web程序 时间:
2015-02-24 13:58:05
阅读次数:
135
http://www.cs.toronto.edu/~hinton/http://www.iro.umontreal.ca/~bengioy/yoshua_en/index.htmlhttp://yann.lecun.com/http://cs.stanford.edu/people/ang/htt...
分类:
其他好文 时间:
2015-02-22 15:42:32
阅读次数:
132
【唠叨】在游戏中使用Json来储存数据,既方便读取,又方便管理。比如CocosStudio1.6之前版本导出的资源扩展名就是.ExportJson格式的。Cocos2d-x3.x加入了rapidjson库用于json解析。位于external/json下。本节要介绍的就是:如何使用rapidjson库来操作处理json文件。【参考】htt..
分类:
Web程序 时间:
2015-02-16 19:52:44
阅读次数:
271
HTTP 400 - 请求无效HTTP 401.1 - 未授权:登录失败HTTP 401.2 - 未授权:服务器配置问题导致登录失败HTTP 401.3 - ACL 禁止访问资源HTTP 401.4 - 未授权:授权被筛选器拒绝HTTP 401.5 - 未授权:ISAPI 或 CGI 授权失败HTT...
分类:
Web程序 时间:
2015-02-16 12:51:25
阅读次数:
149
安装openssl: sudo apt-get install openssl
sudo apt-get install libssl-dev build-essential zlibc zlib-bin libidn11-dev libidn11 下载wpa_supplicant wget htt...
分类:
其他好文 时间:
2015-02-13 22:24:10
阅读次数:
2513
Android手机和电脑间基于wifi进行数据传输,从技术上讲,主要有两种方案:一种是通过ftp协议实现,Android手机作为数据传输过程中的ftp服务器;一种是通过http协议实现。Android手机作为数据传输过程中的http服务器。所以,技术实现的难点在于我们的app怎么实现ftp或者htt...
分类:
移动开发 时间:
2015-02-13 13:02:59
阅读次数:
241
Android 属性动画(Property Animation) 完全解析 (上)分类:【Android 源码解析】【android 进阶之路】2014-07-25 09:3417301人阅读评论(19)收藏举报AndroidProperty Animation目录(?)[+]转载请标明出处:htt...
分类:
移动开发 时间:
2015-02-12 18:18:52
阅读次数:
274